Circle Plotter
Barry Ellerson
--------------

Source:

Arcadian, Vol. 3, No. 3, Pg. 33 (January 1981)
Arcadian, Vol. 6, No. 7, Pg. 65 (May 1984)

This was a 300-Baud program on tape that was converted to 2000-Baud using Jay 
Fenton's AstroBASIC utility "300 Baud to 2000 Baud Tape Conversion Program." 
This program was first printed in the Arcadian for Bally BASIC in 1981, then it 
was reprinted in 1984. Mike White's software list says this was a modification 
(presumably for Astro-BASIC), but it looks like the code printed is identical. 
Apparently it should have been modified, however, because line 5, the first 
line of code, works fine in Bally BASIC, but gives an error in Astro-BASIC.

5 CLEAR ;:RETURN ;NT=0

It seems like Astro-BASIC doesn't like the :RETURN. It was removed and then the 
program seemed to run fine.  
